home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-23 | 1.7 KB | 54 lines | [TEXT/R*ch] |
- Change ver
- version 1.0.1
- September 9th, 1994
- Revised :
- April 23rd, 1995
- ©Hubert Figuière 1994, 1995
-
-
- This program it absolutely FREE...
-
- Change ver is simple utility (in fact, just a hack) that I have created for my
- own use. It is intended for CodeWarrior users using MW C/C++ compiler.
-
- ΔWhat's up in 1.0.1 ?
- Version 1.0.1 corrects a nasty bug that could cause a crash. For techies, the
- dummy error was this : a declared only room for 1 MenuHandle, but I needed too.
- I never could track it down since a crash never occured, I found this several
- month later when picking up the code for another quick hack... I was horrified.
-
- ΔWhat it does ?
- Huuh. It just change the integer number in the resource of type 'pVer' if the
- project to 1. It should be 1 for version 1.0 and 2 for version 1.1. This allows
- you to compile project created for 1.1 (CW4) under and 1.0 (CW4) compiler.
-
- ΔWhat you should do ?
- First you should duplicate your project. Then, you should open it into MW C/C++
- and remove the binaries. Now, you can either drop the project file onto Change ver
- not open the project file into Change ver.
- If you want to do this automatically, you can write an AppleScript.
- Here's how to do with AppleScript (in English dialect).
-
- tell application "MW C/C++ 1.1"
- open file <Your project>
- Remove Binaries
- Close Project <Your project>
- end tell
-
- tell application "changer ver"
- open file <Your project>
- end tell
-
- That's all.
- Please, note that 1.0 compiler does not support resource file including into
- project. You should name it "<Your project>.rsrc" to make it automagically
- included.
- Balloon help are available.
-
- ΔPlease, follow comments, bug reports or donations to :
- Hubert Figuière
- 24 rue des Filmins
- 92330 Sceaux
- France
- e-mail : figuiere@leserveur.com
-